home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 December / chip-cd_2006_12.zip / 12 / Pakiet multimedia / Muzyka / Rippery i konwertery / MP3GAIN 1.2.5 / mp3gain-win-1_2_5.exe / Hebrew.mp3gain.ini < prev    next >
INI File  |  2004-04-06  |  15KB  |  358 lines

  1. ;Language translation for MP3Gain (the GUI part)
  2. ;
  3. ;Simply translate the strings in this file, name the file
  4. ;  YOURLANGUAGE.mp3gain.ini
  5. ;and put it in the same folder as the GUI exe file.
  6. ;
  7. ;The overall idea here is to replace everything on the RIGHT
  8. ;side of the = signs to your own language. Do NOT change
  9. ;anything on the LEFT side of the = signs.
  10. ;
  11. ;For instance, you can change "LCL_CHOOSE_FOLDER=Choose Folder"
  12. ;to "LCL_CHOOSE_FOLDER=Folderenn Zelectin"
  13. ;But do NOT change it to "LCL_FOLDERENN_ZELECTIN=Folderenn Zelectin"
  14. ;
  15. ;
  16. ;
  17. ;The "&" character in strings is the Windows shortcut key.
  18. ;For instance, "mnuFile.Caption=&File" sets the File menu
  19. ;caption to "File" with the "F" underlined, and a 
  20. ;shortcut key of "Alt+F".
  21. ;Changing that to "mnuFile.Caption=F&ile" would underline
  22. ;the "i" instead, and make the shortcut key "Alt+I"
  23. ;
  24. ;
  25. ;
  26. ;All the items that look like %%something%% are things that the
  27. ;program will automatically replace
  28. ;
  29. ;For instance, the line "LCL_ANALYZING=Analyzing %%filename%%" will
  30. ;appear in the program as something like
  31. ;"Analyzing C:\Music\RockMe.mp3"
  32. ;
  33. ;So leave those %%something%% items spelled EXACTLY the same. But
  34. ;you can move them around in the string if necessary.
  35. ;
  36. ;For instance, you could change the previous example to 
  37. ;"LCL_ANALYZING=%%filename%% is being analysed"
  38. ;so that it would show up in the program as
  39. ;"C:\Music\RockMe.mp3 is being analysed"
  40. ;
  41. ;
  42. ;
  43. ;Oh, and the "LCL_xxx" strings are ones that are used in the code.
  44. ;The "xxx.Caption" and "xxx.Text" and "xxx.ToolTipText" strings
  45. ;are the graphical components built into the forms. That should
  46. ;not really affect your translation efforts, it's just for your
  47. ;information.
  48. ;
  49. ;If you have any questions about what any of these strings mean
  50. ;(how they are used in the GUI), just e-mail me at the address
  51. ;found on the "Help->About" screen.
  52. ;
  53. ;
  54. ;If you want a complete test scenario to make sure you have
  55. ;translated everything, ask me. I am putting together a list
  56. ;of steps that should make every string in this file
  57. ;appear at least once while you do them.
  58. ;
  59. ;
  60. ;
  61.  
  62. [frmAbout]
  63. lblDescription.Caption=Performs Replay Gain analysis of MP3 files.
  64. Label2.Caption=For more information about Replay Gain, go to
  65.  
  66. LCL_ABOUT_PROGRAM=About %%programName%%
  67. LCL_VERSION_NUMBER=Version %%versionNumber%%
  68.  
  69. lblBackEndTitle.Caption=Back end (mp3gain.exe)
  70. Label3.Caption=:ß MP3Gain ΓΘ°±Σ ατ°σ≡Σ ∙∞
  71. Label5.Caption=:ß Glen Sawyer ÷σ° ≈∙° ≥φ Θσ÷° Σ·σδ≡Σ
  72. Label7.Caption=The back end makes use of a modified version of mpglib. The original version of mpglib can be found at
  73. Label10.Caption=Thanks to Marc Heubeck for making the control buttons look nicer, and to Bill MacEachern for making the Help file more professional.
  74. lblTranslation.Caption=Glen Sawyer  Σ·εΘδΣ ßα≡Γ∞Θ· ≡σ÷°Σ ≥"Θ                             Σ·εΘδΣ ß≥ß°Θ· ≡σ÷°Σ ≥"Θ    ·σε° ≡ασ·
  75.  
  76. cmdDonate.Caption=α≡Θ ασΣß α· Σ·σδ≡Σ Σµα· δ∞ δΩ σΣΘΘ·Θ °σ÷Σ ∞π≥· αΘΩ ∞∙∞στ ·°σεΣ ∞Θσ÷° Σ·σδ≡Σ
  77. cmdOK.Caption=αΘ∙σ°
  78.  
  79.  
  80. [frmDisclaimer]
  81. frmDisclaimer.Caption=DISCLAIMER
  82. Frame1.Caption=DISCLAIMER
  83. Label7.Caption=This software and all the accompanying files are provided "as is" and without any warranties expressed or implied including but not limited to implied warranties of merchantability and fitness for a particular purpose.
  84. Label8.Caption=In no event will the author be liable for any damages whatsoever (including without limitation, damages for loss of business profits, business interruption, loss of business information, or any other pecuniary loss) arising out of the use or inability to use this product.
  85. cmdOK.Caption=&OK
  86.  
  87.  
  88. [frmDonate]
  89. frmDonate.Caption=Donations
  90. lblDonate.Caption=This program is completely freeware. There are no time limits, restrictions, disabled features, or anything like that. I wrote this program just because I wanted to, and if other people find it useful that's fine with me.
  91. Label1.Caption=BUT, if you feel like contributing something you can either donate money through PayPal (including the option to pay by credit card) by clicking on the "Donate" button, or e-mail me at this address to make other arrangements:
  92. Label3.Caption=Again, let me emphasize that this is COMPLETELY optional. You have full rights to use this program forever whether or not you make a donation.
  93. cmdOK.Caption=&OK
  94.  
  95.  
  96. [frmGetGain]
  97. frmGetGain.Caption=Constant Gain Change
  98. Label1.Caption=Select gain change to apply to all files
  99. chkConstOneChannel.Caption=Apply to only one channel
  100. optLeft.Caption=Channel 1 (Left)
  101. optRight.Caption=Channel 2 (Right)
  102. cmdOK.Caption=&OK
  103. cmdCancel.Caption=&Cancel
  104.  
  105.  
  106. [frmLayerCheckWarning]
  107. frmLayerCheckWarning.Caption=WARNING!
  108. Label2.Caption=MP3Gain will only work on mp3 files. Occasionally, mp3gain will mis-identify an mp3 file as an mp2 or mp1 file. Enabling this option forces mp3Gain to skip the safety check, allowing you to change the gain on these mis-identified files.
  109. Label1.Caption=But if you have any mp2 or mp1 files that are mis-named as mp3 files, then enabling this option will also allow you to corrupt the data in those mis-named files
  110. chkIGetIt.Caption=Don't show this warning again
  111. OKButton.Caption=&OK
  112.  
  113.  
  114. [frmLogs]
  115. LCL_LOG_FILES=Log Files
  116. LCL_TEXT_FILES=Text Files
  117. LCL_ANALYSIS_LOG=Can't open or modify Analysis log file %%filename%%
  118. LCL_CHANGE_LOG=Can't open or modify Change log file %%filename%%
  119. LCL_ERROR_LOG=Can't open or modify Error log file %%filename%%
  120.  
  121. frmLogs.Caption=α⌠∙°σΘσ· Θσε∩
  122. txtChangeLog.ToolTipText=∙Θ≡σΘ ΣΓß°Σ ≡°∙εΘφ ß≈σß⌡ µΣ
  123. txtAnalysisLog.ToolTipText=·σ÷ασ· Σ≡Θ·στ ≡°∙εσ· ß≈σß⌡ µΣ
  124. txtErrorLog.ToolTipText=ß≥Θσ· ≡°∙εσ· ß≈σß⌡ µΣ
  125. Label1.Caption=Θσε∩ ß≥Θσ·
  126. Label1.ToolTipText=ß≥Θσ· ≡°∙εσ· ß≈σß⌡ µΣ
  127. Label2.Caption=Θσε∩ ≡Θ·στ
  128. Label2.ToolTipText=·σ÷ασ· Σ≡Θ·στ ≡°∙εσ· ß≈σß⌡ µΣ
  129. Label3.Caption=∙≡Σ Θσε∩
  130. Label3.ToolTipText=∙Θ≡σΘ ΣΓß°Σ ≡°∙εΘφ ß≈σß⌡ µΣ
  131. cmdOK.Caption=αΘ∙σ°
  132. cmdCancel.Caption=ßΘΦσ∞
  133.  
  134.  
  135. [frmMain]
  136. lblNoUndo.Caption=NO UNDO
  137. mnuUndoGain.Caption=ßΦ∞ ∙Θ≡σΘ ΣΓß°Σ
  138. mnuDontAddClipping.Caption=Don't clip when doing Track Gain
  139. mnuTagHead.Caption=·σΘσ·
  140. mnuSkipTags.Caption=(Σ·≥∞φ (α· ·≈°α ασ ·δ·σß ·σΘσ·
  141. mnuReCalcTags.Caption=(τ∙ß ετπ∙ (α∞ ·≈°α ·σΘσ·
  142. mnuDeleteTags.Caption=Σ±° ·σΘσ· εΣ≈ß÷Θφ
  143. mnuBeep.Caption=÷⌠÷≤ ß±Θσφ
  144. mnuSkipTagsWhileAdding.Caption=α∞ ·ßπσ≈ δα∙° εσ±Θ⌠Θφ ≈ß÷Θφ
  145. LCL_REMOVING_TAGS=Removing MP3Gain tags from %%filename%%
  146. LCL_UNDOING_CHANGES=Un-doing MP3Gain changes to %%filename%%
  147. LCL_NO_BACK_END_1=%%BACKENDFILE%% NOT FOUND. You will not be able to analyze or change your mp3 files.
  148. LCL_NO_BACK_END_2=If you copied or moved MP3GainGUI.exe to this new folder, then either re-copy MP3GainGUI.exe into this new folder as a shortcut to the old folder, or move mp3gain.exe into this new folder.
  149. LCL_NO_HELP_FOUND=%%HELPFILE%% NOT FOUND. If you copied or moved MP3GainGUI.exe to this folder after installation, then please move the .chm file to this folder also.
  150. LCL_COLUMN_RADIO_GAIN=ΣΓß°· °÷σ≥Σ
  151. LCL_COLUMN_RADIO_CLIP=clip(Track)
  152. LCL_SMALL_RADIO=°÷σ≥Σ
  153. Button1Menu1.Text=αßτσ∩ °÷σ≥Σ
  154. Button2Menu1.Text=ΣΓß°· °÷σ≥Σ
  155. mnuRadio.Caption=&αßτσ∩ °÷σ≥Σ
  156. mnuRadioGain.Caption=α∙° ΣΓß°Σ ∞°÷σ≥Σ
  157. Button2.ToolTipText=∙εσ° ∙Θ≡σΘ ΣΓß°Σ ∞≈ß÷Θφ
  158. Button1.ToolTipText=Do Replay Gain analysis on mp3 files
  159. LCL_ENTER_LOG=Would you like to write these errors to a log file instead of seeing these pop-up messages?
  160.  
  161. LCL_SHOW_ONE_ERROR_COUNT=%%COUNT%% error during processing.
  162. LCL_SHOW_MANY_ERROR_COUNT=%%COUNT%% errors during processing.
  163. ;Yes, it's picky of me to differentiate between a single error and multiple errors.
  164. ;For some languages, these two messages probably are not even different at all.
  165. ;But I do not like messages that say "1 error(s) encountered".
  166. ;It makes me think the programmer was just too lazy to fix the message for single
  167. ;errors :)
  168.  
  169. LCL_VIEW_LOG=View Error Log?
  170. LCL_CANT_VIEW_LOG=Error trying to auto-open the log file %%filename%%. You will need to open the file from Windows Explorer instead.
  171.  
  172. LCL_NO_CHECK=If you think this is incorrect, you can try enabling the %%noLayerCheckOption%% option
  173. LCL_OPEN_FILE_FILTER1=MP3 files/lists
  174. LCL_OPEN_FILE_FILTER2=All files
  175. LCL_COMMA_SEPARATED=Comma-separated files
  176. LCL_CHOOSE_FOLDER=Choose Folder
  177. LCL_DOING_ALBUM=Doing album analysis...
  178. LCL_BACKEND_ERROR=Error running mp3gain.exe
  179. LCL_APPLY_GAIN=Applying gain of %%dbGain%% dB to %%filename%%
  180. LCL_MODIFY_ERROR=Can't modify file %%filename%%
  181. LCL_CANCELLING=Cancelling...
  182. LCL_CHANGING_LEFT=Changing gain of channel 1 (Left) by %%dbGain%%dB : %%filename%%
  183. LCL_CHANGING_RIGHT=Changing gain of channel 2 (Right) by %%dbGain%%dB : %%filename%%
  184. LCL_CHANGING_GAIN=Changing gain by %%dbGain%%dB : %%filename%%
  185. LCL_NOT_STEREO=%%filename%% is not a stereo or dual-channel mp3
  186. LCL_ANALYZING=Analyzing %%filename%%
  187. LCL_ERROR_ANALYZING=Error while analyzing
  188. LCL_FILE_ERROR_ANALYZING=Error while analyzing %%filename%%
  189. LCL_NO_TEMP_SPACE_1=Not enough temp space on disk to modify %%filename%%
  190. LCL_NO_TEMP_SPACE_2=Either clear space on disk, or go to "Options->Advanced..." and check the "Do not use Temp files" box.
  191. LCL_EXITING=...Θσ÷α
  192. LCL_TARGET_DB=(ß°Θ°· ετπ∞ %%defaultTarget%%)
  193.  
  194. ;This is what is in the "clipping" columns if
  195. ;the file is definitely clipping (or _will_ clip if the
  196. ;suggested gain is applied)
  197. LCL_CLIP_YES=Y
  198.  
  199. ;This is what is in the "clipping" columns if
  200. ;the file is corrupt and mp3gain cannot tell if it is really
  201. ;clipping or not
  202. LCL_CLIP_MAYBE=???
  203.  
  204. ;the following are the column names in the main list box
  205. LCL_COLUMN_PATH_FILE=εΘ≈σφ/≈σß⌡
  206. LCL_COLUMN_VOLUME=≥σ÷εΣ
  207. LCL_COLUMN_CLIPPING=clipping
  208. LCL_COLUMN_MAXIMUM_NOCLIP=Max Noclip Gain
  209. LCL_COLUMN_ALBUM_VOLUME=≥σ÷ε· α∞ßσφ
  210. LCL_COLUMN_ALBUM_GAIN=ΣΓß°· α∞ßσφ
  211. LCL_COLUMN_ALBUM_CLIP=clip(Album)
  212. LCL_COLUMN_PATH=εΘ≈σφ
  213. LCL_COLUMN_FILE=≈σß⌡
  214. LCL_COLUMN_MAXIMUM_AMPLITUDE=Curr Max Amp
  215.  
  216. ;the following are the SHORT names that appear under the buttons when the
  217. ;user selects "Options->Toolbar->Small"
  218. LCL_SMALL_FILES=≈ß÷Θφ
  219. LCL_SMALL_FOLDER=·≈ΘΣ
  220. LCL_SMALL_ALL=Σδ∞
  221. LCL_SMALL_ALBUM=α∞ßσφ
  222. LCL_SMALL_CONSTANT=Const
  223.  
  224. Form1.Caption=Mp3 ΣΓß°·
  225. Label2.Caption=≥σ÷εΣ "≡σ°εα∞Θ·" °÷σΘΣ:
  226. cmdCancel.Caption=ßΘΦσ∞
  227. cmdExit.Caption=Θ÷ΘαΣ
  228. lblFileProg.Caption=·Σ∞ΘΩ Σ≈σß⌡
  229. lblTotProg.Caption=·Σ∞ΘΩ δσ∞∞
  230. Button1Menu2.Text=≡Θ·στ α∞ßσφ
  231. Button1Menu4.Text=≡≈Σ ≡Θ·στ
  232. Button2Menu2.Text=ΣΓß°· α∞ßσφ
  233. Button2Menu3.Text=ΣΓß°· ·σδ∩
  234. Button4.Caption=Σσ±≤ ≈σß⌡ / ≈ß÷Θφ
  235. Button4.ToolTipText=∞°∙ΘεΣ Mp3 Σσ±≤ ≈ß÷Θ
  236. Button5.Caption=Σσ±≤ ·≈ΘΣ
  237. Button5.ToolTipText=∙ß·≈ΘΣ Mp3 Σσ±≤ α· δ∞ ≈ß÷Θ
  238. Button7.Caption=≡≈Σ  ≈ß÷Θφ
  239. Button7.ToolTipText=Σ±°· ≈ß÷Θφ ≡ßτ°Θφ εΣ°∙ΘεΣ
  240. Button8.Caption=≡≈Σ α· δ∞ Σ≈ß÷Θφ
  241. Button8.ToolTipText=Σ±°· δ∞ Σ≈ß÷Θφ εΣ°∙ΘεΣ
  242. mnuFile.Caption=&≈σß⌡
  243. mnuLoadAnalysis.Caption=Φ≥∩ ·σ÷ασ· ≡Θ·στ
  244. mnuSaveAnalysis.Caption=∙εσ° ·σ÷ασ· ≡Θ·στ
  245. mnuAddFile.Caption=Σσ±≤ ≈ß÷Θφ
  246. mnuAddFolder.Caption=Σσ±≤ ·Θ≈ΘΣ
  247. mnuSelectAll.Caption=ßτ° α· δ∞ Σ≈ß÷Θφ
  248. mnuSelectNone.Caption=ßΦ∞ ßτΘ°· δ∞ Σ≈ß÷Θφ
  249. mnuSelectReverse.Caption=Σ⌠σΩ ßτΘ°Σ
  250. mnuClearFiles.Caption=≡≈Σ ≈ß÷Θφ ≡ßτ°Θφ
  251. mnuClearAll.Caption=≡≈Σ α· δ∞ Σ≈ß÷Θφ
  252. mnuExit.Caption=Θ÷ΘαΣ
  253. mnuAnalysis.Caption=≡Θ·στ
  254. mnuAlbum.Caption=≡Θ·στ α∞ßσφ
  255. mnuMaxAmp.Caption=&Max No-clip analysis
  256. mnuClearAnalysis.Caption=≡≈Σ ≡Θ·στ
  257. mnuGain.Caption=∙Θ≡σΘ ΣΓß°Σ
  258. mnuAlbumGain.Caption=α∙° ΣΓß°Σ ∞α∞ßσφ
  259. mnuConstantGain.Caption=α∙° ΣΓß°Σ ∞·σδ∩
  260. mnuMaxNoClipGain.Caption=Apply Ma&x No-clip Gain for Each file
  261. mnuGroupNoClip.Caption=Apply Max &No-clip Gain for Album
  262. mnuOptions.Caption=α⌠∙°σΘσ·
  263. mnuAlwaysTop.Caption=·εΘπ ∞ε≥∞Σ
  264. mnuSelectedFiles.Caption=ß÷≥ °≈ ≥∞ ≈ß÷Θφ ≡ßτ°Θφ
  265. mnuEachAlbum.Caption=&Each folder is album
  266. mnuAddSubs.Caption=Σσ±≤ ··Θ ·Θ≈Θσ·
  267. mnuKeepTime.Caption=∙ε° ·α°ΘΩ/µε∩ Σ≈σß⌡
  268. mnuReckless.Caption=∞∞α ßπΘ≈Σ ∞∙δßΣ 1 σ- 2
  269. mnuLogs.Caption=Θσε∩
  270. mnuToolbar.Caption=±°Γ∞ δ∞Θφ
  271. mnuToolBarBig.Caption=Γπσ∞
  272. mnuToolbarSmall.Caption=≈Φ∩
  273. mnuToolbarText.Caption=Φ≈±Φ ß∞ßπ
  274. mnuToolbarNone.Caption=∞∞α
  275. mnuFileDisplayOptions.Caption=Σ÷Γ· ∙φ ≈σß⌡
  276. mnuPathWithFile.Caption=Σ°αß εΘ≈σφ /≈σß⌡
  277. mnuFileOnly.Caption=Σ°αΣ ≈σß⌡ ß∞ßπ
  278. mnuPathSepFile.Caption=Σ°αΣ εΘ≈σφ σ≈σß⌡
  279. mnuSysTray.Caption=εµ≥° ∞∙σ°· Σε≥°δ·
  280.  
  281. ;When minimized to system try, this menu item is available to restore the screen
  282. mnuPopRestore.Caption=∙τµ°
  283.  
  284. mnuResetColumns.Caption=α·τ∞ °στß ≥εσπσ· ∞ß°Θ°· ετπ∞
  285. mnuResetWarnings.Caption="α·τ∞ Σσπ≥σ· "αµΣ°Σ
  286. mnuAdvancedOptions.Caption=ε·≈πφ
  287. mnuLanguageList.Caption=∙⌠Σ
  288. mnuHelp.Caption=≥µ°Σ
  289. mnuContents.Caption=·σδ∩
  290. mnuDisclaimer.Caption=δ·ß σΘ·σ°
  291. mnuAbout.Caption=ασπσ·
  292.  
  293.  
  294. [frmMaximizing]
  295. frmMaximizing.Caption=Note on Maximizing
  296. Label1.Caption="Maximizing," or normalizing the maximum amplitude of sound files, is NOT a good way to make them the same volume. For a technical explanation, go to
  297. Label5.Caption=Or go here to download some sound samples that demonstrate that maximizing is not the same as volume normalizing:
  298. OKButton.Caption=&OK
  299.  
  300.  
  301. [frmOptions]
  302. frmOptions.Caption=α⌠∙°σΘσ· ε·≈πεσ·
  303. fraPriority.Caption=Thread Priority
  304. optReal.Caption=Realtime
  305. optHigh.Caption=High
  306. optNorm.Caption=Normal
  307. optIdle.Caption=Idle
  308. Label1.Caption=Note: High and Realtime are NOT Recommended
  309. Frame1.Caption=ßΘ÷σ≥Θφ
  310. Label3.Caption=Σ⌠≥∞· α⌠∙°σΘσ· α∞Σ Θδσ∞· ∞ΣαΘ⌡ ε≥Φ α· Σ·σδ≡Σ, αß∞ Γφ ≥∞σ∞σ· ∞Γ°σφ ∞ετ∙ß "∞≈⌠σα" σΘα∞⌡ ασ·Ω ∞α·τ∞ α· Σετ∙ß.
  311. chkNoTempFiles.Caption=α∞ ·∙·ε∙ ß≈ß÷Θφ  µε≡Θφ
  312. chkNoShowFileStatus.Caption=α∞ ·°αΣ ·Σ∞ΘΩ Σ·≈πεσ· Σ≈σß⌡
  313. chkMaximizing.Caption=Enable "Maximizing" features
  314. cmdOK.Caption=αΘ∙σ°
  315.  
  316.  
  317.  
  318. [frmReadOnly]
  319. frmReadOnly.Caption=≈σß⌡ ≈°ΘαΣ ß∞ßπ
  320. lblTitle.Caption=Σ≥°Σ: ≈σß⌡ ≈°ΘαΣ ß∞ßπ ∞α Θ∙·≡Σ
  321. Label1.Caption=?Σσ±≤ ≈ß÷Θφ ∞°∙ΘεΣ ßδ∞ µα·
  322. cmdYes.Caption=δ∩
  323. cmdYesAll.Caption=δ∩ ∞Σδ∞
  324. cmdNo.Caption=∞α
  325. cmdNoAll.Caption=∞α ∞Σδ∞
  326. CancelButton.Caption=ßΘΦσ∞
  327.  
  328.  
  329. [frmResetWarn]
  330. frmResetWarn.Caption=Clear Analysis?
  331. Label1.Caption=?⌠≥σ∞Σ µα· ·≡≈Σ α· δ∞ ·σ÷ασ· ≡Θ·στ Σ≈ß÷Θφ, Σαφ α·Σ ßΦστ
  332. chkShowResetWarn.Caption=α∞ ·∙α∞ ασ·Θ ∙σß
  333. cmdYes.Caption=δ∩
  334. cmdNo.Caption=∞α
  335.  
  336.  
  337. [frmStereoWarning]
  338. frmStereoWarning.Caption=!αµΣ°Σ
  339. Label1.Caption=This function will only work if the mp3 is encoded as stereo or dual-channel, NOT joint-stereo or mono.
  340. chkIGetIt.Caption=α∞ ·°αΣ Σσπ≥· αµΣ°Σ ∙σß
  341. OKButton.Caption=αΘ∙σ°
  342.  
  343.  
  344. [basSaveAnalysis]
  345. LCL_OVERWRITE_FILE=Overwrite existing file?
  346. LCL_MODIFIcATION_CAPTION=Modification Warning
  347. LCL_MODIFICATION_WARNING=Warning - File may have been modified after analysis was saved
  348. LCL_SIZE_CAPTION=Size Change Warning
  349. LCL_SIZE_WARNING=Warning - File size changed after analysis was saved
  350. LCL_IGNORE_WARNING=Load saved analysis results anyhow?
  351.  
  352.  
  353. [frmSkipTagsWarn]
  354. frmSkipTagsWarn.Caption=WARNING!
  355. Label1.Caption=If "Ignore Tags" is turned on, then "undo" information will not be stored in the mp3 files. You will NOT be able to automatically undo changes.
  356. chkIGetIt.Caption=Don't show this warning again
  357. OKButton.Caption=&OK
  358.